home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languguage OS 2
/
Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO
/
language
/
embedded
/
simulato
/
v2_3_mc6.tz
/
v2_3_mc6
/
testfiles
/
test2.asm
< prev
next >
Wrap
Assembly Source File
|
1994-05-02
|
355b
|
17 lines
;
; test2.asm
; C. Ward 9/15/92
;
; Tests a few instructions. No input is accepted and no output is
; generated. Program should terminate properly. Check a0=00003000,
; a1=00002000,d0=00000000, and $3000=00000000 after execution.
;
org $1000
move #$3000,a0
move #$2000,a1
clr.l d0
move #228,d7
move d0,(a0)
trap #14
end